Skip to content

Report config_id for Hands Off Config files #9299

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

mtoffl01
Copy link
Contributor

@mtoffl01 mtoffl01 commented Aug 4, 2025

What Does This Do

Reports config_id in configuration telemetry payloads when the origin is a stable config file.

Passing system tests: DataDog/system-tests#5062

Motivation

https://datadoghq.atlassian.net/browse/APMAPI-1354

Additional Notes

This PR is newly causing system-test test_app_started_client_configuration to fail because the test expects telemetry_heartbeat_interval to report value "2" but tracer is reporting "2.0". I cannot figure out why the changes in this PR cause the failure; the tracer has stored this config as a float since before these changes.

Contributor Checklist

Jira ticket: [PROJ-IDENT]

@datadog-datadog-prod-us1
Copy link
Contributor

datadog-datadog-prod-us1 bot commented Aug 4, 2025

Code coverage: total 57.29%, base diff -0.03%, patch 83.87% (view details)

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: d889003 | Docs | Was this helpful? Give us feedback!

@pr-commenter
Copy link

pr-commenter bot commented Aug 4, 2025

Benchmarks

Startup

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master mtoff/scfg_config-id
git_commit_date 1755193125 1755197572
git_commit_sha fa0bdff d889003
release_version 1.53.0-SNAPSHOT~fa0bdff580 1.52.0-SNAPSHOT~d88900356b
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1755199405 1755199405
ci_job_id 1081343610 1081343610
ci_pipeline_id 73728371 73728371
cpu_model Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
kernel_version Linux runner-zfyrx7zua-project-304-concurrent-0-kk1l10jy 6.8.0-1031-aws #33~22.04.1-Ubuntu SMP Thu Jun 26 14:22:30 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux Linux runner-zfyrx7zua-project-304-concurrent-0-kk1l10jy 6.8.0-1031-aws #33~22.04.1-Ubuntu SMP Thu Jun 26 14:22:30 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
module Agent Agent
parent None None

Summary

Found 0 performance improvements and 0 performance regressions! Performance is the same for 47 metrics, 12 unstable metrics.

Startup time reports for petclinic
gantt
    title petclinic - global startup overhead: candidate=1.52.0-SNAPSHOT~d88900356b, baseline=1.53.0-SNAPSHOT~fa0bdff580

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.052 s) : 0, 1051767
Total [baseline] (10.759 s) : 0, 10759261
Agent [candidate] (1.044 s) : 0, 1044114
Total [candidate] (10.778 s) : 0, 10777810
section appsec
Agent [baseline] (1.228 s) : 0, 1228251
Total [baseline] (10.815 s) : 0, 10815080
Agent [candidate] (1.232 s) : 0, 1232127
Total [candidate] (10.846 s) : 0, 10845873
section iast
Agent [baseline] (1.186 s) : 0, 1186028
Total [baseline] (10.895 s) : 0, 10895254
Agent [candidate] (1.194 s) : 0, 1193770
Total [candidate] (11.011 s) : 0, 11011388
section profiling
Agent [baseline] (1.194 s) : 0, 1193589
Total [baseline] (10.897 s) : 0, 10896816
Agent [candidate] (1.209 s) : 0, 1208686
Total [candidate] (10.903 s) : 0, 10902678
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.052 s -
Agent appsec 1.228 s 176.484 ms (16.8%)
Agent iast 1.186 s 134.261 ms (12.8%)
Agent profiling 1.194 s 141.822 ms (13.5%)
Total tracing 10.759 s -
Total appsec 10.815 s 55.819 ms (0.5%)
Total iast 10.895 s 135.993 ms (1.3%)
Total profiling 10.897 s 137.556 ms (1.3%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.044 s -
Agent appsec 1.232 s 188.013 ms (18.0%)
Agent iast 1.194 s 149.656 ms (14.3%)
Agent profiling 1.209 s 164.572 ms (15.8%)
Total tracing 10.778 s -
Total appsec 10.846 s 68.063 ms (0.6%)
Total iast 11.011 s 233.578 ms (2.2%)
Total profiling 10.903 s 124.868 ms (1.2%)
gantt
    title petclinic - break down per module: candidate=1.52.0-SNAPSHOT~d88900356b, baseline=1.53.0-SNAPSHOT~fa0bdff580

    dateFormat X
    axisFormat %s
section tracing
crashtracking [baseline] (1.448 ms) : 0, 1448
crashtracking [candidate] (1.43 ms) : 0, 1430
BytebuddyAgent [baseline] (737.587 ms) : 0, 737587
BytebuddyAgent [candidate] (730.09 ms) : 0, 730090
GlobalTracer [baseline] (243.794 ms) : 0, 243794
GlobalTracer [candidate] (241.519 ms) : 0, 241519
AppSec [baseline] (30.299 ms) : 0, 30299
AppSec [candidate] (30.091 ms) : 0, 30091
Debugger [baseline] (6.08 ms) : 0, 6080
Debugger [candidate] (6.012 ms) : 0, 6012
Remote Config [baseline] (656.27 µs) : 0, 656
Remote Config [candidate] (648.799 µs) : 0, 649
Telemetry [baseline] (10.737 ms) : 0, 10737
Telemetry [candidate] (13.35 ms) : 0, 13350
section appsec
crashtracking [baseline] (1.45 ms) : 0, 1450
crashtracking [candidate] (1.459 ms) : 0, 1459
BytebuddyAgent [baseline] (758.751 ms) : 0, 758751
BytebuddyAgent [candidate] (762.641 ms) : 0, 762641
GlobalTracer [baseline] (236.508 ms) : 0, 236508
GlobalTracer [candidate] (236.568 ms) : 0, 236568
IAST [baseline] (23.603 ms) : 0, 23603
IAST [candidate] (23.764 ms) : 0, 23764
AppSec [baseline] (168.111 ms) : 0, 168111
AppSec [candidate] (169.986 ms) : 0, 169986
Debugger [baseline] (8.87 ms) : 0, 8870
Debugger [candidate] (5.766 ms) : 0, 5766
Remote Config [baseline] (620.545 µs) : 0, 621
Remote Config [candidate] (630.833 µs) : 0, 631
Telemetry [baseline] (9.153 ms) : 0, 9153
Telemetry [candidate] (10.043 ms) : 0, 10043
section iast
crashtracking [baseline] (1.44 ms) : 0, 1440
crashtracking [candidate] (1.46 ms) : 0, 1460
BytebuddyAgent [baseline] (856.815 ms) : 0, 856815
BytebuddyAgent [candidate] (863.109 ms) : 0, 863109
GlobalTracer [baseline] (234.377 ms) : 0, 234377
GlobalTracer [candidate] (235.059 ms) : 0, 235059
IAST [baseline] (26.738 ms) : 0, 26738
IAST [candidate] (28.708 ms) : 0, 28708
AppSec [baseline] (28.298 ms) : 0, 28298
AppSec [candidate] (26.912 ms) : 0, 26912
Debugger [baseline] (8.329 ms) : 0, 8329
Debugger [candidate] (8.213 ms) : 0, 8213
Remote Config [baseline] (577.125 µs) : 0, 577
Remote Config [candidate] (599.609 µs) : 0, 600
Telemetry [baseline] (8.254 ms) : 0, 8254
Telemetry [candidate] (8.405 ms) : 0, 8405
section profiling
crashtracking [baseline] (1.406 ms) : 0, 1406
crashtracking [candidate] (1.436 ms) : 0, 1436
BytebuddyAgent [baseline] (759.731 ms) : 0, 759731
BytebuddyAgent [candidate] (769.979 ms) : 0, 769979
GlobalTracer [baseline] (222.649 ms) : 0, 222649
GlobalTracer [candidate] (224.011 ms) : 0, 224011
AppSec [baseline] (29.832 ms) : 0, 29832
AppSec [candidate] (30.506 ms) : 0, 30506
Debugger [baseline] (6.211 ms) : 0, 6211
Debugger [candidate] (6.361 ms) : 0, 6361
Remote Config [baseline] (695.562 µs) : 0, 696
Remote Config [candidate] (698.818 µs) : 0, 699
Telemetry [baseline] (15.236 ms) : 0, 15236
Telemetry [candidate] (16.385 ms) : 0, 16385
ProfilingAgent [baseline] (108.365 ms) : 0, 108365
ProfilingAgent [candidate] (109.196 ms) : 0, 109196
Profiling [baseline] (108.987 ms) : 0, 108987
Profiling [candidate] (109.847 ms) : 0, 109847
Loading
Startup time reports for insecure-bank
gantt
    title insecure-bank - global startup overhead: candidate=1.52.0-SNAPSHOT~d88900356b, baseline=1.53.0-SNAPSHOT~fa0bdff580

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.045 s) : 0, 1044525
Total [baseline] (8.6 s) : 0, 8600080
Agent [candidate] (1.043 s) : 0, 1042757
Total [candidate] (8.594 s) : 0, 8594235
section iast
Agent [baseline] (1.175 s) : 0, 1174543
Total [baseline] (9.337 s) : 0, 9337320
Agent [candidate] (1.176 s) : 0, 1176430
Total [candidate] (9.31 s) : 0, 9310178
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.045 s -
Agent iast 1.175 s 130.018 ms (12.4%)
Total tracing 8.6 s -
Total iast 9.337 s 737.24 ms (8.6%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.043 s -
Agent iast 1.176 s 133.673 ms (12.8%)
Total tracing 8.594 s -
Total iast 9.31 s 715.943 ms (8.3%)
gantt
    title insecure-bank - break down per module: candidate=1.52.0-SNAPSHOT~d88900356b, baseline=1.53.0-SNAPSHOT~fa0bdff580

    dateFormat X
    axisFormat %s
section tracing
crashtracking [baseline] (1.423 ms) : 0, 1423
crashtracking [candidate] (1.43 ms) : 0, 1430
BytebuddyAgent [baseline] (731.225 ms) : 0, 731225
BytebuddyAgent [candidate] (729.16 ms) : 0, 729160
GlobalTracer [baseline] (241.571 ms) : 0, 241571
GlobalTracer [candidate] (241.139 ms) : 0, 241139
AppSec [baseline] (30.004 ms) : 0, 30004
AppSec [candidate] (29.875 ms) : 0, 29875
Debugger [baseline] (5.992 ms) : 0, 5992
Debugger [candidate] (6.036 ms) : 0, 6036
Remote Config [baseline] (650.721 µs) : 0, 651
Remote Config [candidate] (653.739 µs) : 0, 654
Telemetry [baseline] (12.682 ms) : 0, 12682
Telemetry [candidate] (13.558 ms) : 0, 13558
section iast
crashtracking [baseline] (1.429 ms) : 0, 1429
crashtracking [candidate] (1.442 ms) : 0, 1442
BytebuddyAgent [baseline] (848.006 ms) : 0, 848006
BytebuddyAgent [candidate] (849.593 ms) : 0, 849593
GlobalTracer [baseline] (232.277 ms) : 0, 232277
GlobalTracer [candidate] (232.732 ms) : 0, 232732
IAST [baseline] (28.074 ms) : 0, 28074
IAST [candidate] (27.986 ms) : 0, 27986
AppSec [baseline] (26.74 ms) : 0, 26740
AppSec [candidate] (26.652 ms) : 0, 26652
Debugger [baseline] (8.228 ms) : 0, 8228
Debugger [candidate] (8.241 ms) : 0, 8241
Remote Config [baseline] (582.954 µs) : 0, 583
Remote Config [candidate] (574.202 µs) : 0, 574
Telemetry [baseline] (8.222 ms) : 0, 8222
Telemetry [candidate] (8.271 ms) : 0, 8271
Loading

Load

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master mtoff/scfg_config-id
git_commit_date 1755193125 1755197572
git_commit_sha fa0bdff d889003
release_version 1.53.0-SNAPSHOT~fa0bdff580 1.52.0-SNAPSHOT~d88900356b
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1755199149 1755199149
ci_job_id 1081343611 1081343611
ci_pipeline_id 73728371 73728371
cpu_model Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
kernel_version Linux runner-zfyrx7zua-project-304-concurrent-1-vtxx9fis 6.8.0-1031-aws #33~22.04.1-Ubuntu SMP Thu Jun 26 14:22:30 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux Linux runner-zfyrx7zua-project-304-concurrent-1-vtxx9fis 6.8.0-1031-aws #33~22.04.1-Ubuntu SMP Thu Jun 26 14:22:30 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux

Summary

Found 1 performance improvements and 3 performance regressions! Performance is the same for 8 metrics, 12 unstable metrics.

scenario Δ mean http_req_duration Δ mean throughput candidate mean http_req_duration candidate mean throughput baseline mean http_req_duration baseline mean throughput
scenario:load:insecure-bank:profiling:high_load worse
[+357.132µs; +671.015µs] or [+4.004%; +7.524%]
unstable
[-96.727op/s; +40.477op/s] or [-18.594%; +7.781%]
9.432ms 492.094op/s 8.918ms 520.219op/s
scenario:load:insecure-bank:iast_GLOBAL:high_load worse
[+265.532µs; +661.044µs] or [+2.624%; +6.533%]
unstable
[-75.062op/s; +35.125op/s] or [-16.347%; +7.649%]
10.581ms 439.219op/s 10.118ms 459.188op/s
scenario:load:petclinic:code_origins:high_load worse
[+3.579ms; +4.381ms] or [+8.451%; +10.344%]
unstable
[-16.850op/s; -2.000op/s] or [-15.257%; -1.811%]
46.332ms 101.013op/s 42.352ms 110.438op/s
scenario:load:petclinic:appsec:high_load better
[-1.829ms; -0.964ms] or [-3.891%; -2.051%]
unstable
[-4.327op/s; +10.427op/s] or [-4.347%; +10.474%]
45.606ms 102.600op/s 47.002ms 99.550op/s
Request duration reports for petclinic
gantt
    title petclinic - request duration [CI 0.99] : candidate=1.52.0-SNAPSHOT~d88900356b, baseline=1.53.0-SNAPSHOT~fa0bdff580
    dateFormat X
    axisFormat %s
section baseline
no_agent (37.354 ms) : 37054, 37655
.   : milestone, 37354,
appsec (47.002 ms) : 46601, 47403
.   : milestone, 47002,
code_origins (42.352 ms) : 41990, 42714
.   : milestone, 42352,
iast (45.677 ms) : 45269, 46084
.   : milestone, 45677,
profiling (48.698 ms) : 48216, 49181
.   : milestone, 48698,
tracing (42.462 ms) : 42105, 42820
.   : milestone, 42462,
section candidate
no_agent (36.351 ms) : 36062, 36640
.   : milestone, 36351,
appsec (45.606 ms) : 45204, 46008
.   : milestone, 45606,
code_origins (46.332 ms) : 45949, 46714
.   : milestone, 46332,
iast (46.184 ms) : 45782, 46587
.   : milestone, 46184,
profiling (49.255 ms) : 48800, 49710
.   : milestone, 49255,
tracing (42.917 ms) : 42557, 43278
.   : milestone, 42917,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 37.354 ms [37.054 ms, 37.655 ms] -
appsec 47.002 ms [46.601 ms, 47.403 ms] 9.648 ms (25.8%)
code_origins 42.352 ms [41.99 ms, 42.714 ms] 4.997 ms (13.4%)
iast 45.677 ms [45.269 ms, 46.084 ms] 8.322 ms (22.3%)
profiling 48.698 ms [48.216 ms, 49.181 ms] 11.344 ms (30.4%)
tracing 42.462 ms [42.105 ms, 42.82 ms] 5.108 ms (13.7%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 36.351 ms [36.062 ms, 36.64 ms] -
appsec 45.606 ms [45.204 ms, 46.008 ms] 9.255 ms (25.5%)
code_origins 46.332 ms [45.949 ms, 46.714 ms] 9.98 ms (27.5%)
iast 46.184 ms [45.782 ms, 46.587 ms] 9.833 ms (27.0%)
profiling 49.255 ms [48.8 ms, 49.71 ms] 12.904 ms (35.5%)
tracing 42.917 ms [42.557 ms, 43.278 ms] 6.566 ms (18.1%)
Request duration reports for insecure-bank
gantt
    title insecure-bank - request duration [CI 0.99] : candidate=1.52.0-SNAPSHOT~d88900356b, baseline=1.53.0-SNAPSHOT~fa0bdff580
    dateFormat X
    axisFormat %s
section baseline
no_agent (4.307 ms) : 4252, 4361
.   : milestone, 4307,
iast (9.392 ms) : 9237, 9546
.   : milestone, 9392,
iast_FULL (14.017 ms) : 13730, 14305
.   : milestone, 14017,
iast_GLOBAL (10.118 ms) : 9938, 10298
.   : milestone, 10118,
profiling (8.918 ms) : 8780, 9056
.   : milestone, 8918,
tracing (7.906 ms) : 7792, 8019
.   : milestone, 7906,
section candidate
no_agent (4.3 ms) : 4244, 4356
.   : milestone, 4300,
iast (9.363 ms) : 9211, 9515
.   : milestone, 9363,
iast_FULL (13.893 ms) : 13615, 14170
.   : milestone, 13893,
iast_GLOBAL (10.581 ms) : 10394, 10769
.   : milestone, 10581,
profiling (9.432 ms) : 9279, 9586
.   : milestone, 9432,
tracing (7.873 ms) : 7759, 7987
.   : milestone, 7873,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 4.307 ms [4.252 ms, 4.361 ms] -
iast 9.392 ms [9.237 ms, 9.546 ms] 5.085 ms (118.1%)
iast_FULL 14.017 ms [13.73 ms, 14.305 ms] 9.711 ms (225.5%)
iast_GLOBAL 10.118 ms [9.938 ms, 10.298 ms] 5.811 ms (134.9%)
profiling 8.918 ms [8.78 ms, 9.056 ms] 4.612 ms (107.1%)
tracing 7.906 ms [7.792 ms, 8.019 ms] 3.599 ms (83.6%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 4.3 ms [4.244 ms, 4.356 ms] -
iast 9.363 ms [9.211 ms, 9.515 ms] 5.063 ms (117.8%)
iast_FULL 13.893 ms [13.615 ms, 14.17 ms] 9.593 ms (223.1%)
iast_GLOBAL 10.581 ms [10.394 ms, 10.769 ms] 6.281 ms (146.1%)
profiling 9.432 ms [9.279 ms, 9.586 ms] 5.132 ms (119.4%)
tracing 7.873 ms [7.759 ms, 7.987 ms] 3.573 ms (83.1%)

Dacapo

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master mtoff/scfg_config-id
git_commit_date 1755193125 1755197572
git_commit_sha fa0bdff d889003
release_version 1.53.0-SNAPSHOT~fa0bdff580 1.52.0-SNAPSHOT~d88900356b
See matching parameters
Baseline Candidate
application biojava biojava
ci_job_date 1755199711 1755199711
ci_job_id 1081343612 1081343612
ci_pipeline_id 73728371 73728371
cpu_model Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
kernel_version Linux runner-zfyrx7zua-project-304-concurrent-2-1t856tor 6.8.0-1031-aws #33~22.04.1-Ubuntu SMP Thu Jun 26 14:22:30 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux Linux runner-zfyrx7zua-project-304-concurrent-2-1t856tor 6.8.0-1031-aws #33~22.04.1-Ubuntu SMP Thu Jun 26 14:22:30 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux

Summary

Found 0 performance improvements and 0 performance regressions! Performance is the same for 11 metrics, 1 unstable metrics.

Execution time for tomcat
gantt
    title tomcat - execution time [CI 0.99] : candidate=1.52.0-SNAPSHOT~d88900356b, baseline=1.53.0-SNAPSHOT~fa0bdff580
    dateFormat X
    axisFormat %s
section baseline
no_agent (1.476 ms) : 1465, 1488
.   : milestone, 1476,
appsec (3.675 ms) : 3460, 3890
.   : milestone, 3675,
iast (2.202 ms) : 2139, 2265
.   : milestone, 2202,
iast_GLOBAL (2.255 ms) : 2191, 2319
.   : milestone, 2255,
profiling (2.063 ms) : 2012, 2115
.   : milestone, 2063,
tracing (2.024 ms) : 1974, 2073
.   : milestone, 2024,
section candidate
no_agent (1.478 ms) : 1467, 1490
.   : milestone, 1478,
appsec (3.681 ms) : 3462, 3900
.   : milestone, 3681,
iast (2.215 ms) : 2152, 2279
.   : milestone, 2215,
iast_GLOBAL (2.251 ms) : 2188, 2314
.   : milestone, 2251,
profiling (2.062 ms) : 2010, 2114
.   : milestone, 2062,
tracing (2.03 ms) : 1980, 2079
.   : milestone, 2030,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.476 ms [1.465 ms, 1.488 ms] -
appsec 3.675 ms [3.46 ms, 3.89 ms] 2.198 ms (148.9%)
iast 2.202 ms [2.139 ms, 2.265 ms] 725.811 µs (49.2%)
iast_GLOBAL 2.255 ms [2.191 ms, 2.319 ms] 778.434 µs (52.7%)
profiling 2.063 ms [2.012 ms, 2.115 ms] 587.052 µs (39.8%)
tracing 2.024 ms [1.974 ms, 2.073 ms] 547.147 µs (37.1%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.478 ms [1.467 ms, 1.49 ms] -
appsec 3.681 ms [3.462 ms, 3.9 ms] 2.203 ms (149.0%)
iast 2.215 ms [2.152 ms, 2.279 ms] 737.211 µs (49.9%)
iast_GLOBAL 2.251 ms [2.188 ms, 2.314 ms] 772.709 µs (52.3%)
profiling 2.062 ms [2.01 ms, 2.114 ms] 583.755 µs (39.5%)
tracing 2.03 ms [1.98 ms, 2.079 ms] 551.485 µs (37.3%)
Execution time for biojava
gantt
    title biojava - execution time [CI 0.99] : candidate=1.52.0-SNAPSHOT~d88900356b, baseline=1.53.0-SNAPSHOT~fa0bdff580
    dateFormat X
    axisFormat %s
section baseline
no_agent (14.93 s) : 14930000, 14930000
.   : milestone, 14930000,
appsec (14.93 s) : 14930000, 14930000
.   : milestone, 14930000,
iast (18.72 s) : 18720000, 18720000
.   : milestone, 18720000,
iast_GLOBAL (17.839 s) : 17839000, 17839000
.   : milestone, 17839000,
profiling (15.514 s) : 15514000, 15514000
.   : milestone, 15514000,
tracing (14.938 s) : 14938000, 14938000
.   : milestone, 14938000,
section candidate
no_agent (15.538 s) : 15538000, 15538000
.   : milestone, 15538000,
appsec (14.891 s) : 14891000, 14891000
.   : milestone, 14891000,
iast (18.213 s) : 18213000, 18213000
.   : milestone, 18213000,
iast_GLOBAL (18.096 s) : 18096000, 18096000
.   : milestone, 18096000,
profiling (16.067 s) : 16067000, 16067000
.   : milestone, 16067000,
tracing (14.937 s) : 14937000, 14937000
.   : milestone, 14937000,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 14.93 s [14.93 s, 14.93 s] -
appsec 14.93 s [14.93 s, 14.93 s] 0.0 µs (0.0%)
iast 18.72 s [18.72 s, 18.72 s] 3.79 s (25.4%)
iast_GLOBAL 17.839 s [17.839 s, 17.839 s] 2.909 s (19.5%)
profiling 15.514 s [15.514 s, 15.514 s] 584.0 ms (3.9%)
tracing 14.938 s [14.938 s, 14.938 s] 8.0 ms (0.1%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 15.538 s [15.538 s, 15.538 s] -
appsec 14.891 s [14.891 s, 14.891 s] -647.0 ms (-4.2%)
iast 18.213 s [18.213 s, 18.213 s] 2.675 s (17.2%)
iast_GLOBAL 18.096 s [18.096 s, 18.096 s] 2.558 s (16.5%)
profiling 16.067 s [16.067 s, 16.067 s] 529.0 ms (3.4%)
tracing 14.937 s [14.937 s, 14.937 s] -601.0 ms (-3.9%)

@mtoffl01 mtoffl01 marked this pull request as ready for review August 14, 2025 18:38
@mtoffl01 mtoffl01 requested review from a team as code owners August 14, 2025 18:38
@mtoffl01 mtoffl01 requested review from sarahchen6 and dougqh and removed request for a team August 14, 2025 18:38
Copy link
Contributor

github-actions bot commented Aug 14, 2025

Hi! 👋 Thanks for your pull request! 🎉

To help us review it, please make sure to:

  • Add at least one type, and one component or instrumentation label to the pull request

If you need help, please check our contributing guidelines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant